home *** CD-ROM | disk | FTP | other *** search
- >I am currently replacing some AMOS procedures
- >by Assembler programs. As my AMOS routine contains
- >a Plot command I intend to use the WritePixel
- >routine from the graphics.library.
- >The problem is that I have to know the screen
- >rastport of the current in AMOS before calling
- >my Assembler routine (to which I can pass it
- >with Areg(1)=rastport). Can I use the "Screen base"
- >command? What offset do I need?
-
- Ain't none such. AMOS uses its own screen routines and hence its own
- structure. I suppose it would be theoretically possible to create a
- RastPort for an AMOS screen, but I've never tried and don't want to. I
- prefer just using the Intuition Extension. :-)
-
- --Andy Church
-
-